home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 431_01 / crc32.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-13  |  173 b   |  8 lines

  1. #ifndef crc32_h
  2. #define crc32_h
  3.  
  4. unsigned long far crc32(long crc, void *buf, unsigned length);
  5. void          far memswap(void *a, void *b, unsigned length);
  6.  
  7. #endif
  8.